home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Savor the Moment - Entert…ing Without Reservations
/
Savoe the Moment - Entertaining Without Reservations.iso
/
pc
/
show.dxr
/
00053.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-10-03
|
239 b
|
19 lines
on exitFrame
global gTimer
if the ticks < (gTimer + (5 * 60)) then
go(the frame)
else
sendSprite(1, #CycleState)
gTimer = the ticks
go(the frame)
end if
end
on keyDown
play done
end
on mouseDown
play done
end